home *** CD-ROM | disk | FTP | other *** search
- EditorController = {
- ACTIONS = {
- "ok:" = "ok:";
- "revert:" = "revert:";
- "runModalForOwner:" = "runModalForOwner:";
- };
- OUTLETS = {
- appIconButton = appIconButton;
- box1 = box1;
- box2 = box2;
- box3 = box3;
- box4 = box4;
- mainTitle = mainTitle;
- okRevertMatrix = okRevertMatrix;
- text1 = text1;
- text2 = text2;
- text3 = text3;
- window = window;
- };
- SUPERCLASS = Object;
- };
- Boolean = {SUPERCLASS = Object; };
- MoveMatrix = {SUPERCLASS = Matrix; };
- ImportEditor = {
- ACTIONS = {
- "bestGuess:" = "bestGuess:";
- "chooseImportOrMerge:" = "chooseImportOrMerge:";
- "dragField:" = "dragField:";
- "help:" = "help:";
- "ok:" = "ok:";
- "removeField:" = "removeField:";
- "resetToStart:" = "resetToStart:";
- "revert:" = "revert:";
- "setKeyField:" = "setKeyField:";
- };
- OUTLETS = {
- bestGuess = bestGuess;
- createNewMatrix = createNewMatrix;
- createNewScroll = createNewScroll;
- destinationMatrix = destinationMatrix;
- destinationScroll = destinationScroll;
- firstLineMatrix = firstLineMatrix;
- helpButton = helpButton;
- ignoreMatrix = ignoreMatrix;
- ignoreScroll = ignoreScroll;
- importMergeMatrix = importMergeMatrix;
- instructionText = instructionText;
- keyFieldMatrix = keyFieldMatrix;
- mergeLabel = mergeLabel;
- mergeLabelBox = mergeLabelBox;
- originalSourceList = originalSourceList;
- originalStaticList = originalStaticList;
- reset = reset;
- runStructureEditorSwitch = runStructureEditorSwitch;
- sourceMatrix = sourceMatrix;
- staticMatrix = staticMatrix;
- stringMatrix = stringMatrix;
- viewFileButton = viewFileButton;
- };
- SUPERCLASS = EditorController;
- };
- WindowMoveMatrix = {OUTLETS = {copiedCell = copiedCell; }; SUPERCLASS = Matrix; };
- MoveMatrixBidirectional = {OUTLETS = {otherMatrix = otherMatrix; }; SUPERCLASS = WindowMoveMatrix; };
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
-